kotlin-stdlib
JRE
kotlin-stdlib
/
kotlin.collections
/
[JRE]MutableMap
/
putAll
put
All
JRE
abstract
fun
putAll
(
from
:
Map
<
out
K
,
V
>
)
Content copied to clipboard
Updates this map with key/value pairs from the specified map
from
.